projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee6214
)
Comment fixes.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 9 May 2001 10:38:47 +0000
(10:38 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 9 May 2001 10:38:47 +0000
(10:38 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 7018812aba71dc04facf51616429f3c0738c5b9f..6a319f2138e807c9449d676b24498f2810b25bd7 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-502,10
+502,12
@@
struct glyph_matrix
char method[512];
#endif
- /* The buffer this matrix displays. Set in redisplay_internal. */
+ /* The buffer this matrix displays. Set in
+ mark_window_display_accurate_1. */
struct buffer *buffer;
- /* Values of BEGV and ZV as of last redisplay. */
+ /* Values of BEGV and ZV as of last redisplay. Set in
+ mark_window_display_accurate_1. */
int begv, zv;
};